home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / ddlnch10 / ddlnch.ini < prev    next >
INI File  |  1993-01-01  |  2KB  |  76 lines

  1. ;
  2. ;This is the ini file for DDLNCH.  The syntax for the file is:
  3. ;the [Main] section contains a list of ALL sections in the rest
  4. ;of the file.  It is used at startup if you don't specify a 
  5. ;section on the command line (or part of properties).
  6.  
  7. [Main]
  8. ;
  9. ;The Number is how many list items follow.
  10. ;The Items must be EXACTLY how the Sections are named.
  11. ;
  12. Number=11
  13. Item1=LI
  14. Item2=SCAN
  15. Item3=WinGif
  16. Item4=PcWrite
  17. Item5=NoteBook
  18. Item6=PaintBrush
  19. Item7=CShow
  20. Item8=PkZip
  21. Item9=PkUnZip
  22. Item10=PkArc
  23. Item11=PkXArc
  24. ;
  25. ;for each section, specify:
  26. ;and the EXACT command line to execute following a drag drop event
  27. ;The <F> means insert filenames (as dropped) 
  28. ;and the <Dxxxxx> means prompt for a destination file and insert
  29. ;the destination here,  The xxxxx is the file wildcard (ex *.ZIP).
  30. ;DirChg=Y or N, indicates whether the directory is to be changed to 
  31. ;the same as the selected files (and the files stripped to names only).
  32.  
  33. [LI]
  34. CmdString=C:\Windows\Util\LI.EXE <F>
  35. ChgDir=Y
  36.  
  37. [SCAN]
  38. CmdString=C:\mcafee\scan.exe <F>
  39. ChgDir=N
  40.  
  41. [WinGif]
  42. CmdString=C:\Windows\Util\wingif.exe <F>
  43. ChgDir=N
  44.  
  45. [PcWrite]
  46. CmdString=C:\pcw\ed.exe <F>
  47. ChgDir=N
  48.  
  49. [NoteBook]
  50. CmdString=C:\Windows\Util\Notebook.exe <F>
  51. ChgDir=Y
  52.  
  53. [PaintBrush]
  54. CmdString=PBRUSH.EXE <F>
  55. ChgDir=N
  56.  
  57. [CShow]
  58. CmdString=C:\GIF\CShow.exe <F>+
  59. ChgDir=Y
  60.  
  61. [PkZip]
  62. CMdString=C:\util\pkzip.exe -a <D*.ZIP> <F>
  63. ChgDir=Y
  64.  
  65. [PkUnZip]
  66. CMdString=C:\util\pkunzip.exe <F>
  67. ChgDir=Y
  68.  
  69. [PkArc]
  70. CmdString=C:\util\pkarc.com -a <D*.ARC> <F>
  71. ChgDir=Y
  72.  
  73. [PkXArc]
  74. CmdString=C:\util\pkxarc.com -x <F>
  75. ChgDir=Y
  76.